Description="Declares a named key for use with the key () function in XML Path Language (XPath) expressions."
Text="xsl:key"
/>
<Item
Caption="xsl:message"
Description="Sends a text message to either the message buffer or a message dialog box."
Text="xsl:message"
/>
<Item
Caption="xsl:namespace-alias"
Description="Replaces the prefix associated with a given namespace with another prefix."
Text="xsl:namespace-alias"
/>
<Item
Caption="xsl:number"
Description="Inserts a formatted number into the result tree."
Text="xsl:number"
/>
<Item
Caption="xsl:otherwise"
Description="Provides multiple conditional testing in conjunction with the <xsl:choose> element and <xsl:when> element."
Text="xsl:otherwise"
/>
<Item
Caption="xsl:output"
Description="Specifies options for use in serializing the result tree."
Text="xsl:output"
/>
<Item
Caption="xsl:param"
Description="Declares a named parameter for use within an <xsl:stylesheet> element or an <xsl:template> element. Allows specification of a default value."
Text="xsl:param"
/>
<Item
Caption="xsl:preserve-space"
Description="Preserves white space in a document."
Text="xsl:preserve-space"
/>
<Item
Caption="xsl:processing-instruction"
Description="Generates a processing instruction in the output."
Text="xsl:processing-instruction"
/>
<Item
Caption="msxsl:script"
Description="Defines global variables and functions for script extensions."
Text="msxsl:script"
/>
<Item
Caption="xsl:sort"
Description="Specifies sort criteria for node lists selected by <xsl:for-each> or <xsl:apply-templates>."
Text="xsl:sort"
/>
<Item
Caption="xsl:strip-space"
Description="Strips white space from a document."
Text="xsl:strip-space"
/>
<Item
Caption="xsl:stylesheet"
Description="Specifies the document element of an XSLT file, containing all other XSLT elements."
Text="xsl:stylesheet"
/>
<Item
Caption="xsl:template"
Description="Defines a reusable template for generating the desired output for nodes of a particular type and context."
Text="xsl:template"
/>
<Item
Caption="xsl:text"
Description="Generates text in the output."
Text="xsl:text"
/>
<Item
Caption="xsl:transform"
Description="Synonym for <xsl:stylesheet>."
Text="xsl:transform"
/>
<Item
Caption="xsl:value-of"
Description="Inserts the value of the selected node as text."
Text="xsl:value-of"
/>
<Item
Caption="xsl:variable"
Description="Specifies a value bound in an expression."
Text="xsl:variable"
/>
<Item
Caption="xsl:when"
Description="Provides multiple conditional testing in conjunction with the <xsl:choose> element and <xsl:otherwise> element."
Text="xsl:when"
/>
<Item
Caption="xsl:with-param"
Description="Passes a parameter to a template."
Text="xsl:with-param"
/>
<Item
Caption="current(): node-set"
Description="Returns a node set that has the current node as its only member."
Text="current()"
/>
<Item
Caption="document(object, node-set?): node-set"
Description="Provides a way to retrieve other XML resources from within the XSLT style sheet beyond the initial data provided by the input stream."
Text="document(|)"
/>
<Item
Caption="element-available(string): boolean"
Description="Returns True if and only if the expanded-name is the name of an instruction."